home *** CD-ROM | disk | FTP | other *** search
- <job version="1.2">
- <syncjob>
- <abortonerror abort="yes" />
- <fkcheck check="yes" />
- <source>
- <host>localhost</host>
- <user>root</user>
- <pwd></pwd>
- <port>3306</port>
- <database>mysql</database>
- </source>
- <target>
- <host>localhost</host>
- <user>root</user>
- <pwd></pwd>
- <port>3306</port>
- <database>new_mysql</database>
- </target>
- <tables all="no">
- <table>
- <name>`columns_priv`</name>
- <columns all="yes" />
- </table>
- <table>
- <name>`db`</name>
- <columns all="no">
- <column>`Host`</column>
- <column>`Db`</column>
- <column>`User`</column>
- </columns>
- </table>
- <table>
- <name>`host`</name>
- <columns all="yes" />
- <sqlwhere>host like '%%'</sqlwhere></table>
- </tables>
- </syncjob>
- </job>